home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / setup / vbnet / 25 user and custom controls / usercontrolsdemo / pagingbarfirst.ascx < prev    next >
Encoding:
ASP Control Directive  |  2002-02-27  |  426 b   |  7 lines

  1. <%@ Control Language="vb" CodeBehind="PagingBarFirst.ascx.vb" AutoEventWireup="false" Inherits="UserControlsDemo.PagingBarFirst" %>
  2. <asp:Button id="btnFirst" runat="server" Text="First" />
  3. <asp:Button id="btnPrevious" runat="server" Text="Previous" />
  4. <asp:Literal id="litNumber" runat="server" Text="0000" />
  5. <asp:Button id="btnNext" runat="server" Text="Next" />
  6. <asp:Button id="btnLast" runat="server" Text="Last" />
  7.